-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Upgrade to Liquibase 3.6.2 #13625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Liquibase 3.6.2 #13625
Conversation
| <kotlin.version>1.2.41</kotlin.version> | ||
| <lettuce.version>5.1.0.M1</lettuce.version> | ||
| <liquibase.version>3.6.1</liquibase.version> | ||
| <liquibase.version>3.6.2-SNAPSHOT</liquibase.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note this was used just to test, we must remove the SNAPSHOTas soon as the new versions is available
79804f7 to
61be918
Compare
|
@72MiguelGomes 3.6.2 liqubiase version has been released |
snicoll
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Note that when adding new configuration keys, the appendix in the doc must be upgraded as well.
Do any of those have a default value? If so, it's a bit dangerous to override them with null. It would be nice also to expose those default values in the metadata (by initializing the field).
| private String liquibaseTablespace; | ||
|
|
||
| /** | ||
| * Database changelog table. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
table name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean? I am using the same that used in liquibase project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean that the description can be more informative.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In GlobalConfiguration the description is
Name of table to use for tracking change history
which is way more informative than the Javadoc. I prefer to use that
|
@snicoll thanks for the feedback, will update it asap. |
61be918 to
65cc3ab
Compare
65cc3ab to
903e3ab
Compare
|
@snicoll Those values does not have any default value define, so there is no problem. Regarding de adoc, do you know if is possible generate that automatically during the build or is it always a manual process? @philwebb The PR is ready to merge, please let me know if you find something that is missing. @isopov Thanks for letting me know about liquibase release. |
uh? Surely there must be some sort of default somewhere right?
That's how it is right now, you can subscribe to #8237. |
| spring.liquibase.contexts= # Comma-separated list of runtime contexts to use. | ||
| spring.liquibase.default-schema= # Default database schema. | ||
| spring.liquibase.liquibase-schema= # Liquibase database schema. | ||
| spring.liquibase.liquibase-tablespace= # Liquibase tablespace. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an indentation problem here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
|
@72MiguelGomes please don't act on the default value as I'd like to do this globally (#13765). Can you please fix the indentation and use a better description for those new keys? |
5b39aa3 to
f780439
Compare
…quibase3.6.2 * pr/13625: Polish "Upgrade to Liquibase 3.6.2" Upgrade to Liquibase 3.6.2
|
@72MiguelGomes thank you, this is now merged in |
|
Unfortunately not. 2.0.x uses Liquibase 3.5.x and we won't upgrade to a new minor release of Liquibase in a maintenance release of Spring Boot. |
The new version of SpringLiquibase was not released yet, but will add this PR here, and as soon as the new version is available we just need to update it and merge.
Issue: #13550.
This PR should keep on hold for a little. @isopov as soon as the new version was released please update us.